home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / gui / BGUI11B.lha / docs / sliderclass.doc < prev    next >
Text File  |  1994-08-18  |  2KB  |  87 lines

  1.  
  2.            $RCSfile: sliderclass.doc,v $
  3.         Description: Sliderclass documentation.
  4.           Copyright: (C) Copyright 1994 Jaba Development.
  5.                      (C) Copyright 1994 Jan van den Baard.
  6.                      All Rights Reserved.
  7.  
  8.             $Author: jaba $
  9.           $Revision: 1.2 $
  10.               $Date: 1994/08/18 15:15:18 $
  11. ------------------------------------------------------------------------------
  12.  
  13. TABLE OF CONTENTS
  14.  
  15. sliderclass/--background--
  16. sliderclass/Methods
  17. sliderclass/Attributes
  18.  
  19. slideclass/--background                             sliderclass/--background--
  20.  
  21.     NAME
  22.         Class:          sliderclass
  23.         Superclass:     baseclass
  24.         Include File:   <libraries/bgui.h>
  25.  
  26.     FUNCTION
  27.         To  provide a gadget simular to the gadtools.library it's slider kind.
  28.         Objects of this class send  out the following attribute pairs in their
  29.         notification events:
  30.  
  31.         GA_ID           - Gadget object ID.
  32.         SLIDER_Level    - Slider level.
  33.  
  34. sliderclass/Methods                                        sliderclass/Methods
  35.  
  36.     NEW METHODS
  37.         None.
  38.  
  39.     CHANGED METHODS
  40.         None.
  41.  
  42. sliderclass/Attributes                                  sliderclass/Attributes
  43.  
  44.     NOTE
  45.         This class  also  supports the PGA_NewLook and PGA_Freedom attributes.
  46.         Please refer   to  the  system  "propgclass"  documentation  for  more
  47.         informatiom on these attributes.
  48.  
  49.     NAME
  50.         SLIDER_Min, SLIDER_Max -- ( LONG )
  51.  
  52.     FUNCTION
  53.         Set the minimum and maximum slider level.
  54.  
  55.         Default 0 minimum and 15 maximum. Applicability is (I).
  56.  
  57.     SEE ALSO
  58.         SLIDER_Level
  59.  
  60.     NAME
  61.         SLIDER_Level -- ( LONG )
  62.  
  63.     FUNCTION
  64.         Set or get the current slider level.
  65.  
  66.         Default is 0. Applicability is (ISGNU).
  67.  
  68.     SEE ALSO
  69.         SLIDER_Min, SLIDER_Max
  70.  
  71.     NAME
  72.         SLIDER_ThinFrame -- ( BOOL )
  73.  
  74.     FUNCTION
  75.         To make  all  slider  object framing appear as thin frames.  This will
  76.         help you to make an aspect-ratio dependant GUI.
  77.  
  78.         Default is FALSE. Applicability is (I).
  79.  
  80.     NAME
  81.         SLIDER_XenFrame -- ( BOOL )
  82.  
  83.     FUNCTION
  84.         To make all slider object framing appear as Xen style framing.
  85.  
  86.         Default is FALSE. Applicability is (I).
  87.